home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / pcl / sptmbr11.lha / clx / README < prev    next >
Text File  |  1990-05-09  |  2KB  |  49 lines

  1. These files contain beta code, but they have been tested to some extent under
  2. Symbolics, TI, Lucid and Franz.  The files have been given .l suffixes to keep
  3. them within 12 characters, to keep SysV sites happy.  Please rename them with
  4. more appropriate suffixes for your system.
  5.  
  6.  
  7. For Franz systems, see exclREADME.
  8.  
  9.  
  10. For Symbolics systems, first rename all the .l files to .lisp.  Then edit your
  11. sys.translations file so that sys:x11;clx; points to this directory and put a
  12. clx.system file in your sys:site;directory that has the form
  13.  
  14.     (si:set-system-source-file "clx" "sys:x11;clx;defsystem.lisp")
  15.  
  16. in it.   After that CLX can be compiled with the "Compile System CLX" command
  17. and loaded with the "Load System CLX" command.
  18.  
  19.  
  20.  
  21. For TI systems, rename all the .l files to .lisp, and make a clx.translations
  22. file in your sys:site; directory pointing to this directory and a
  23. sys:site;clx.system file like the one described for symbolics systems above,
  24. but with the defsystem file being in the clx:clx; directory.  Then CLX can be
  25. compiled with (make-system "CLX" :compile :noconfirm) and loaded with
  26. (make-system "CLX" :noconfirm).
  27.  
  28.  
  29.  
  30. For Lucid systems, you should rename all the .l files to .lisp too (This might
  31. not be possible on SysV systems).  After loading the defsystem.l file, CLX can
  32. be compiled with the (compile-clx) function and loaded with the
  33. (load-clx) form.  
  34.  
  35. The ms-patch.uu file is a patch to Lucid version 2 systems.  You probably
  36. don't need it, as you are probably running Lucid version 3 or later, but if
  37. you are still using Lucid version 2, you need this patch.  You'll need to
  38. uudecode it to produce the binary.
  39.  
  40.  
  41.  
  42. For kcl systems, after loading the defsystem.l file, CLX can be compiled with
  43. the (compile-clx) function and loaded with the (load-clx) form.
  44.  
  45.  
  46.  
  47. For more information, see defsystem.l and provide.l.
  48.  
  49.